[INFO] cloning repository https://github.com/cokkiy/CC-rDeviceAgent
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cokkiy/CC-rDeviceAgent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcokkiy%2FCC-rDeviceAgent", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcokkiy%2FCC-rDeviceAgent'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c6ea3f7e1c9695ccfcbee2a8f46f96c428d34140
[INFO] checking cokkiy/CC-rDeviceAgent against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcokkiy%2FCC-rDeviceAgent" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cokkiy/CC-rDeviceAgent
[INFO] finished tweaking git repo https://github.com/cokkiy/CC-rDeviceAgent
[INFO] tweaked toml for git repo https://github.com/cokkiy/CC-rDeviceAgent written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cokkiy/CC-rDeviceAgent on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cokkiy/CC-rDeviceAgent already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d33c6fb12d7433fe099653f39ef98d748059c31196c873a835e8ddc266cb36ee
[INFO] running `Command { std: "docker" "start" "d33c6fb12d7433fe099653f39ef98d748059c31196c873a835e8ddc266cb36ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d33c6fb12d7433fe099653f39ef98d748059c31196c873a835e8ddc266cb36ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d33c6fb12d7433fe099653f39ef98d748059c31196c873a835e8ddc266cb36ee" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d33c6fb12d7433fe099653f39ef98d748059c31196c873a835e8ddc266cb36ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d33c6fb12d7433fe099653f39ef98d748059c31196c873a835e8ddc266cb36ee" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling pulldown-cmark v0.13.3
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling indexmap v2.13.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling oid-registry v0.8.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-aarch_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-s390_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-x86_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_64 v3.2.0
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v22.0.0
[INFO] [stderr]    Compiling protoc-bin-vendored-win32 v3.2.0
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-aarch_64 v3.2.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-ppcle_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_32 v3.2.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling protoc-bin-vendored v3.2.0
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking uuid v1.23.0
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking hashlink v0.11.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking winnow v1.0.1
[INFO] [stderr]     Checking flume v0.12.0
[INFO] [stderr]     Checking netlink-sys v0.8.8
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking hostname v0.4.2
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Checking sysinfo v0.39.2
[INFO] [stderr]     Checking base16 v0.2.1
[INFO] [stderr]     Checking shlex v2.0.1
[INFO] [stderr]     Checking toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling tonic-build v0.14.6
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking netlink-packet-utils v0.5.2
[INFO] [stderr]     Checking asn1-rs v0.7.2
[INFO] [stderr]     Checking mqttbytes-core-next v0.33.2
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking netlink-packet-core v0.7.0
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]     Checking netlink-packet-sock-diag v0.4.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling prost-types v0.14.3
[INFO] [stderr]     Checking der-parser v10.0.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking x509-parser v0.17.0
[INFO] [stderr]    Compiling prost-build v0.14.3
[INFO] [stderr]     Checking agent-telemetry v1.0.0-beta.2 (/opt/rustwide/workdir/crates/agent-telemetry)
[INFO] [stderr]     Checking pal-core v1.0.0-beta.2 (/opt/rustwide/workdir/crates/pal-core)
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking pal-fallback v1.0.0-beta.2 (/opt/rustwide/workdir/crates/pal-fallback)
[INFO] [stderr]     Checking pal-linux v1.0.0-beta.2 (/opt/rustwide/workdir/crates/pal-linux)
[INFO] [stderr]     Checking pal-mock v1.0.0-beta.2 (/opt/rustwide/workdir/crates/pal-mock)
[INFO] [stderr]     Checking pal-windows v1.0.0-beta.2 (/opt/rustwide/workdir/crates/pal-windows)
[INFO] [stderr]     Checking pal-macos v1.0.0-beta.2 (/opt/rustwide/workdir/crates/pal-macos)
[INFO] [stderr]    Compiling tonic-prost-build v0.14.6
[INFO] [stderr]    Compiling cc-rdeviceagent-app-sdk v1.0.0-beta.2 (/opt/rustwide/workdir/crates/app-sdk)
[INFO] [stderr]    Compiling cc-rdeviceagent v1.0.0-beta.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking rumqttc-core-next v0.33.2
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking rumqttc-v4-next v0.33.2
[INFO] [stderr]    Compiling netstat2 v0.11.2
[INFO] [stderr]     Checking rusqlite v0.39.0
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.14.5
[INFO] [stderr]     Checking tonic-prost v0.14.5
[INFO] [stderr]     Checking agent-core v1.0.0-beta.2 (/opt/rustwide/workdir/crates/agent-core)
[INFO] [stderr]     Checking agent-protocols v1.0.0-beta.2 (/opt/rustwide/workdir/crates/agent-protocols)
[INFO] [stderr]     Checking agent-store v1.0.0-beta.2 (/opt/rustwide/workdir/crates/agent-store)
[INFO] [stderr]     Checking agent-cli v1.0.0-beta.2 (/opt/rustwide/workdir/crates/agent-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
[INFO] running `Command { std: "docker" "inspect" "d33c6fb12d7433fe099653f39ef98d748059c31196c873a835e8ddc266cb36ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d33c6fb12d7433fe099653f39ef98d748059c31196c873a835e8ddc266cb36ee", kill_on_drop: false }`
[INFO] [stdout] d33c6fb12d7433fe099653f39ef98d748059c31196c873a835e8ddc266cb36ee
